home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / intuition / yak_1.57 / source / popup_fix.h < prev    next >
C/C++ Source or Header  |  1994-11-17  |  371b  |  15 lines

  1. /* include after popup.h in popup.c */
  2.  
  3. #ifndef GTMN_NewLookMenus
  4. #define GTMN_NewLookMenus GT_TagBase+67
  5. #endif
  6.  
  7. #ifndef WA_NewLookMenus
  8. #define WA_NewLookMenus WA_Dummy+0x30
  9. #endif
  10.  
  11. /* other changes: CreateMenus call and OpenWindow call for NewLookMenus */
  12.  
  13. #include <graphics/text.h>
  14. #define CalcFontX() (TextLength(&Scr->RastPort,"ABCDEFGHIJKLMNOPQRSTUVWXYZ",26)/26)
  15.